home *** CD-ROM | disk | FTP | other *** search
/ ProPhone: Canada 1994 Q3 / Canada Phone 1994 Q3.iso / install.dat < prev    next >
Text File  |  1994-05-29  |  2KB  |  70 lines

  1. @DefineProject
  2.     @Name = "ProPhone for Dos"
  3.     @Version = "3.1t"
  4.     @OutDrive = C
  5.     @Subdir = "\\PROPHONE"
  6.     @Immediate= 1
  7. @EndProject
  8.  
  9. @Display
  10.     @Cls
  11.     
  12.  
  13.  
  14.     Welcome to @Name!  The most comprehensive electronic 
  15.     Telephone Directory.
  16.  
  17.     This program will install @Name on your hard disk.  Simply
  18.     answer the questions when prompted by the program.  If you are not
  19.     sure of the answer to any question, just press [Enter] to accept
  20.     the default.
  21.  
  22.     If you want to install ProPhone for Windows please press 
  23.     the [Esc] key and run the SETUP program from Windows.
  24.  
  25.                         @Pause
  26. @EndDisplay
  27.  
  28.  
  29. @GetOutDrive
  30.     Which drive would you like to install @Name onto?
  31. @EndOutDrive
  32.  
  33. @GetSubdir
  34.     Which directory would you like to install @Name to?
  35.     @Prompt = "Which directory ('Enter' = @Subdir)?"
  36. @EndSubdir
  37.  
  38. @SetAutoExec
  39.     @AskOverwrite
  40.     @Path="@OutDrive:\\@SubDir;"
  41. @EndAutoExec
  42.  
  43. @DefineDisk
  44.     @Label = "CD-ROM"
  45.     @File PRODOS\PROPHONE.EXE  @out @OutDrive:@SubDir\*.*
  46.     @File PRODOS\PPHONE.BAT    @out @OutDrive:@SubDir\*.*
  47.     @File PRODOS\PROPHONE.OPN  @out @OutDrive:@SubDir\*.*
  48.     @File PRODOS\PROPHONE.HLP  @out @OutDrive:@SubDir\*.*
  49.     @File PROWIN\STATE.ASC     @out @OutDrive:@SubDir\*.*
  50.     @File PROWIN\AREA.ASC      @out @OutDrive:@SubDir\*.*
  51.     @File PROWIN\BUSINESS.ASC  @out @OutDrive:@SubDir\*.*
  52.     @File PROWIN\SIC.ASC       @out @OutDrive:@SubDir\*.*
  53.     @File PROWIN\CAREA.ASC     @out @OutDrive:@SubDir\*.*
  54.     @File PROWIN\PROVINCE.ASC  @out @OutDrive:@SubDir\*.*
  55. @EndDisk
  56.  
  57. @Finish
  58.     @ChDrive(@OutDrive)
  59.     @ChDir("@SubDir")
  60.     @Cls
  61.  
  62.     The installation of @Name is complete!  
  63.     To run ProPhone press the [Enter] key and then type PROPHONE 
  64.     from the Dos prompt.
  65.     
  66.  
  67.     @Pause
  68.  
  69. @EndFinish
  70.